home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 130
/
Vol 130.iso
/
games
/
champion.swf
/
scripts
/
frame_3
/
PlaceObject2_170_24
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-13
|
196 b
|
11 lines
onClipEvent(enterFrame){
if(_root.moneyD < _root.money)
{
_root.moneyD += 2;
if(_root.moneyD > _root.money)
{
_root.moneyD = _root.money;
}
}
}